EXIT PROMPT
This command will create a message box when the application exits. You can specify the text for the title and the text area of the message box. You can use this command to prompt that your application is a demo version or use it to report debug information in your standalone executables.

SYNTAX
EXIT PROMPT Message String, Caption String

RELATED INFO
SYSTEM Commands Menu
Index

EXAMPLE
View Showcase Example
View Usage Example